home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Complete Work of Mahatma Gandhi
/
The Complete Work of Mahatma Gandhi-CD interactive.iso
/
mac
/
Ganmac
/
eb.cst
/
00152_Script_volume
< prev
next >
Wrap
Text File
|
1999-09-22
|
1KB
|
38 lines
on mouseUp
-- Volume Control
global gvolume, handcur
set xx to the clickOn
if xx > 0 then
global gloson
global cspname
set yy to chars(cspname,1,1)
if (gloson=1) or (the visible of window "gloss"=TRUE) then
set the memberNum of sprite 115 to the number of member (yy&"glos") of castLib "eb.cst"
endNewMovie
end if
if the visible of sprite 106 = false then
checkvol yy
set mm to the name of member (the memberNum of sprite xx) of castLib "eb.cst"
set the memberNum of sprite xx to the number of member ("r"&mm) of castLib "eb.cst"
set the visible of sprite 106 to true
set the visible of sprite 107 to true
set the visible of sprite 108 to true
CHASPCURSOR handcur,106,108
updateStage
else
set ii to the name of member (the memberNum of sprite xx) of castLib "eb.cst"
set mm to chars(ii,2,6)
set the memberNum of sprite xx to the number of member mm
set the visible of sprite 106 to false
set the visible of sprite 107 to false
set the visible of sprite 108 to false
CHASPCURSOR -1,106,108
updateStage
end if
end if
end